home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / libogg / libogg-1.0rc3 / doc / ogg / Makefile < prev    next >
Encoding:
Makefile  |  2002-10-27  |  6.6 KB  |  222 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ../..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/libogg
  38. pkglibdir = $(libdir)/libogg
  39. pkgincludedir = $(includedir)/libogg
  40.  
  41. top_builddir = ../..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = m68k-unknown-amigaos
  61. host_triplet = m68k-unknown-amigaos
  62. AS = @AS@
  63. CC = gcc
  64. CFLAGS = -O20 -fsigned-char -g -O2
  65. DEBUG = -g -Wall -fsigned-char -g -O2
  66. DLLTOOL = @DLLTOOL@
  67. ECHO = print -r
  68. EXEEXT = 
  69. LIBS = 
  70. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  71. LIBTOOL_DEPS = ./ltmain.sh
  72. LIB_AGE = 3
  73. LIB_CURRENT = 3
  74. LIB_REVISION = 0
  75. LN_S = ln -s
  76. MAKEINFO = makeinfo
  77. OBJDUMP = @OBJDUMP@
  78. OBJEXT = o
  79. OPT = 
  80. PACKAGE = libogg
  81. PROFILE = -O20 -g -pg -fsigned-char -g -O2
  82. RANLIB = ranlib
  83. SIZE16 = int16_t
  84. SIZE32 = int32_t
  85. SIZE64 = int64_t
  86. STRIP = strip
  87. USIZE32 = u_int32_t
  88. VERSION = 1.0rc3
  89.  
  90. AUTOMAKE_OPTIONS = foreign
  91.  
  92. docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
  93.  
  94. doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html     general.html index.html ogg_packet.html ogg_page.html     ogg_page_bos.html ogg_page_continued.html ogg_page_eos.html     ogg_page_granulepos.html ogg_page_pageno.html ogg_page_serialno.html     ogg_page_version.html ogg_stream_clear.html ogg_stream_destroy.html     ogg_page_packets.html ogg_stream_eos.html ogg_stream_flush.html     ogg_stream_init.html ogg_stream_packetin.html ogg_stream_packetout.html     ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_reset.html     ogg_stream_state.html ogg_sync_buffer.html ogg_sync_clear.html     ogg_sync_destroy.html ogg_sync_init.html ogg_sync_pageout.html     ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html     ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html     oggpack_adv_huff.html oggpack_bits.html oggpack_buffer.html     oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html     oggpack_look1.html oggpack_look_huff.html oggpack_read.html     oggpack_read1.html oggpack_readinit.html oggpack_reset.html     oggpack_write.html oggpack_writeclear.html oggpack_writeinit.html     overview.html reference.html style.css vorbis_comment.html     vorbis_info.html ogg_packet_clear.html ogg_page_checksum_set.html
  95.  
  96.  
  97. EXTRA_DIST = $(doc_DATA)
  98. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  99. CONFIG_CLEAN_FILES = 
  100. DATA =  $(doc_DATA)
  101.  
  102. DIST_COMMON =  Makefile.am Makefile.in
  103.  
  104.  
  105. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  106.  
  107. TAR = tar
  108. GZIP_ENV = --best
  109. all: all-redirect
  110. .SUFFIXES:
  111. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  112.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps doc/ogg/Makefile
  113.  
  114. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  115.     cd $(top_builddir) \
  116.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  117.  
  118.  
  119. install-docDATA: $(doc_DATA)
  120.     @$(NORMAL_INSTALL)
  121.     $(mkinstalldirs) $(DESTDIR)$(docdir)
  122.     @list='$(doc_DATA)'; for p in $$list; do \
  123.       if test -f $(srcdir)/$$p; then \
  124.         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \
  125.         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \
  126.       else if test -f $$p; then \
  127.         echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \
  128.         $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \
  129.       fi; fi; \
  130.     done
  131.  
  132. uninstall-docDATA:
  133.     @$(NORMAL_UNINSTALL)
  134.     list='$(doc_DATA)'; for p in $$list; do \
  135.       rm -f $(DESTDIR)$(docdir)/$$p; \
  136.     done
  137. tags: TAGS
  138. TAGS:
  139.  
  140.  
  141. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  142.  
  143. subdir = doc/ogg
  144.  
  145. distdir: $(DISTFILES)
  146.     @for file in $(DISTFILES); do \
  147.       d=$(srcdir); \
  148.       if test -d $$d/$$file; then \
  149.         cp -pr $$d/$$file $(distdir)/$$file; \
  150.       else \
  151.         test -f $(distdir)/$$file \
  152.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  153.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  154.       fi; \
  155.     done
  156. info-am:
  157. info: info-am
  158. dvi-am:
  159. dvi: dvi-am
  160. check-am: all-am
  161. check: check-am
  162. installcheck-am:
  163. installcheck: installcheck-am
  164. install-exec-am:
  165. install-exec: install-exec-am
  166.  
  167. install-data-am: install-docDATA
  168. install-data: install-data-am
  169.  
  170. install-am: all-am
  171.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  172. install: install-am
  173. uninstall-am: uninstall-docDATA
  174. uninstall: uninstall-am
  175. all-am: Makefile $(DATA)
  176. all-redirect: all-am
  177. install-strip:
  178.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  179. installdirs:
  180.     $(mkinstalldirs)  $(DESTDIR)$(docdir)
  181.  
  182.  
  183. mostlyclean-generic:
  184.  
  185. clean-generic:
  186.  
  187. distclean-generic:
  188.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  189.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  190.  
  191. maintainer-clean-generic:
  192. mostlyclean-am:  mostlyclean-generic
  193.  
  194. mostlyclean: mostlyclean-am
  195.  
  196. clean-am:  clean-generic mostlyclean-am
  197.  
  198. clean: clean-am
  199.  
  200. distclean-am:  distclean-generic clean-am
  201.     -rm -f libtool
  202.  
  203. distclean: distclean-am
  204.  
  205. maintainer-clean-am:  maintainer-clean-generic distclean-am
  206.     @echo "This command is intended for maintainers to use;"
  207.     @echo "it deletes files that may require special tools to rebuild."
  208.  
  209. maintainer-clean: maintainer-clean-am
  210.  
  211. .PHONY: uninstall-docDATA install-docDATA tags distdir info-am info \
  212. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  213. install-exec install-data-am install-data install-am install \
  214. uninstall-am uninstall all-redirect all-am all installdirs \
  215. mostlyclean-generic distclean-generic clean-generic \
  216. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  217.  
  218.  
  219. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  220. # Otherwise a system limit (for SysV at least) may be exceeded.
  221. .NOEXPORT:
  222.